home *** CD-ROM | disk | FTP | other *** search
- SIZEOF(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- SSIIZZEEOOFF - Returns bytes of storage
-
- SSYYNNOOPPSSIISS
- SSIIZZEEOOFF (([XX==]_x))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran extension
-
- DDEESSCCRRIIPPTTIIOONN
- The SSIIZZEEOOFF inquiry function returns the number of bytes of storage
- used by _x. This function accepts the following argument:
-
- _x A scalar or array of type character, complex, integer,
- logical, or real. Cannot be an assumed-size array.
-
- The name of this intrinsic cannot be passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result type and type parameter are of type default integer.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-